|
KommerceServerConfiguration Settings OverviewThe KommerceServerConfiguration Settings section of the web.config file allows you to configure various legacy settings across multiple applications such as your pricing/credit card, portal, shipping, store, and system settings. The format of these legacy settings is different than the WebAdmin, WebStore, and WebServiceCenter sections and will eventually be migrated to the new setting format. The format is shown below. To change the setting, adjust the value attribute for of the setting element with the appropriate setting name. Also, make sure that the active attribute is TRUE. <setting name="ups_shipfrom_address1" value="1234 First Ave" type="String" active="TRUE"> <application>SHIPPING:UPS</application> <label>UPS: Ship From Address 1</label> <help>ship from address 1</help> <comment /> </setting> Following is a list of the KommerceServerConfiguration settings options. KommerceServerConfiguration Settings Options
|